home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / wb / birdie15 / birdie.history < prev    next >
Text File  |  1999-05-17  |  4KB  |  85 lines

  1.  
  2. version 1.5 (12.jan.98)
  3. ----------------------
  4. - PUBSCREENS option for multiple pubscreen support. Be sure to
  5.   have screennotify.library installed. Note that when a screen
  6.   opens, the patterns must be loaded and remapped for that screen, which
  7.   can cause unpleasant delays. You could keep your patterns in RAM:
  8.   to save some time and annoying hd access. This "problem" does
  9.   NOT happen to those with gfxcards that use hicolor and truecolor
  10.   screens. Birdie will in this case share bitmaps among the screens
  11.   if the screens have same pixelformat, ie. either 15, 16, 24 or 32bit.
  12. - EXCLUDE option to define what pubscreens should not be affected.
  13.   example EXCLUDE=Workbench (workbench not affected) or
  14.   EXCLUDE=(Workbench|MyPubScreen) (workbench nor mypubscreen affected)
  15. - Note on startup usage: run it after IPrefs somewhere like this:
  16.   c:run <>NIL: c:birdie <options>
  17.  
  18. version 1.5 alpha (xmas edition) (24.des.98)
  19. --------------------------------------------
  20. - Special release.. some stuff from real 1.5 version above.
  21. - Xmas card gag worked, but didn't have time to write any
  22.   real text for it. To see it, launch Birdie so that card.jpg
  23.   (included in archive) is found (same dir).
  24.  
  25. version 1.4 (2.des.97)
  26. ----------------------
  27. - Changed a certain aspect of a patch which I think caused problems
  28.   with DiskSalv, Arq and other specific stuff. Please retest
  29.   if you had problems before.
  30. - Added FLOODMASKMWB to make the NOICONBORDER patch more complete.
  31.   If enabled, icons with 16 colors or less (which usually is mwb
  32.   style or old standard amiga style) will have their masks generated
  33.   by flooding pen0 around the border. If you used NOICONBORDER
  34.   before you would notice that the background color of the icon
  35.   always becomes transparent. This looks good for newicons, but
  36.   for mwb and other old style icons it doesn't look good because
  37.   they rely on the background color as a part of their design.
  38.   However there is a solution for this which gives nice results.
  39.   Instead of making pen 0 transparent everywhere, only those pen 0
  40.   pixels which are reachable from the border becomes transparent.
  41.   I advice everyone which are using Workbench (and not some 
  42.   replacement like Scalos or DOpus) to try out NOICONBORDER and 
  43.   FLOODMASKMWB (specify both). Use this feature *instead* of 
  44.   all other noborder hacks like the one in newicons (disable it in
  45.   newicons prefs).
  46.  
  47.   NOTE: The flood mask routine uses a handmade Flood() routine in
  48.   100% ASM so you don't suffer from slow loading.
  49.  
  50. - Now caches already masked icons too and draw them correctly.
  51. - NOICONBORDER should now work on interleaved AGA screens which
  52.   at last makes it usable for AGA users.
  53. - Added some code so that all windowframes are redrawn when
  54.   Birdie starts/exits.
  55. - All bitmap cache is now flushed if you quit Birdie.
  56. - Now supports screennotify.library so you can change screenmode
  57.   while Birdie is running. This will cause Birdie to reload pattern
  58.   ofcourse, which might take a second or two.
  59.  
  60. version 1.3 (8.oct.97)
  61. ----------------------
  62. - Birdie no longer needs CGX/Superlayers.
  63. - Added PRECISION and IMPOSELEVEL.
  64. - ACTIVECOLOR now works with all hi/truecolor pixelformats.
  65.  
  66. version 1.2 (6.oct.97)
  67. ----------------------
  68. - Added NOLIGHTING,NOICONBORDER,ACTIVECOLOR,LRA,LGA,LBA,DRA,DGA,DBA.
  69. - Rewrote bitmap stuff.
  70. - Baked a chococake (not included in archive).
  71.  
  72. version 1.1
  73. -----------
  74. - Added proper DrawInfo usage.
  75. - Added NOBITMAPS switch.
  76. - Fixed problems with dual-layered GZZ windows.
  77.  
  78. version 1.0
  79. -----------
  80. First public release. 95% rewrite.
  81.  
  82. version -13 (jan/feb 97)
  83. ------------------------
  84. internal weird-thing (tm).
  85.